/* CSS Zieglwallner.de */

html {height: 100.1%; font-size: 62.5%;}
* {margin: 0px; padding: 0px; border: 0px;}

table {
         width: 800px;
         border-top: 1px dashed #669999;
         border-left: 1px dashed #669999;
}

col#event {
         background: #DEDEDE;
}

col#detail {
         background: transparent;
}

tbody tr.odd td {
         background: #EDEDED;
}

th, td {
         padding: 0 0.5em 1.0em 0.5em;
         border-bottom: 1px dotted #669999;
         text-align: left;
         line-height: 1.8em;
         font-size: 0.8em;
}

th {
         line-height: 1.5em;
         font-size: 0.9em;
         color: #000099;
}

tr {
/*         valign: "top";		*/
	vertical-align: top;
}

/*		muss entfallen
</style>			*/